home *** CD-ROM | disk | FTP | other *** search
/ Champak 146 / (Vol 146) Jan 07 2012.iso / Games / sheep_escape.swf / scripts / frame_31 / DoAction.as
Encoding:
Text File  |  2012-01-07  |  404 b   |  7 lines

  1. _root.alert.gotoAndStop("off");
  2. setProperty("_root.sheepmc", _visible, "0");
  3. _root.endscreenMC.duplicateMovieClip("endscreen",95);
  4. _root.total = Number(_root.scoreboard.reaction1) + Number(_root.scoreboard.reaction2) + Number(_root.scoreboard.reaction3) + Number(_root.scoreboard.reaction4) + Number(_root.scoreboard.reaction5);
  5. _root.endscreen.reaction6 = Number(_root.total) / Number(5);
  6. stop();
  7.